#include <XComboList.h>
Public Member Functions | |
| CXComboList (CWnd *pParent) | |
| virtual | ~CXComboList () |
| void | SetActive (int nScrollBarWidth) |
| int | AddString (LPCTSTR lpszItem) |
| int | GetCount () |
| void | GetText (int nIndex, CString &rString) |
| int | FindStringExact (int nIndexStart, LPCTSTR lpszFind) |
| int | SetCurSel (int nSelect) |
| int | GetCurSel () |
| void | SetFont (CFont *pFont, BOOL bRedraw=TRUE) |
| virtual BOOL | PreTranslateMessage (MSG *pMsg) |
| virtual CScrollBar * | GetScrollBarCtrl (int nBar) |
Protected Member Functions | |
| void | SendRegisteredMessage (UINT nMsg, WPARAM wParam, LPARAM lParam) |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| afx_msg void | OnKillFocus (CWnd *pNewWnd) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
| afx_msg void | OnDestroy () |
| afx_msg void | OnTimer (UINT nIDEvent) |
Protected Attributes | |
| CListBox | m_ListBox |
| CScrollBar | m_wndSBVert |
| CWnd * | m_pParent |
| int | m_nCount |
| BOOL | m_bFirstTime |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3